Expand description

Pre-Propose Base

This provides a base package that may be used to implement pre-propose modules. It is modeled after the cw721-base contract for implementing NFT contracts.

See the pre-propose-single contract for an example of using this package to implement a proposal module with deposits.

Our wiki has more info on pre-propose module design.

Modules